projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f35262f
)
(describe-key): Remove leftover test code.
author
Juanma Barranquero
<lekktu@gmail.com>
Tue, 7 Mar 2006 09:53:30 +0000
(09:53 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Tue, 7 Mar 2006 09:53:30 +0000
(09:53 +0000)
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index 7ee5ee52feaf5ffec1702da86738d3700e006045..7c84f44f6a086fdf53ad52bb7f848ebc75d52fbe 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-653,7
+653,6
@@
temporarily enables it to allow getting help on disabled items and buttons."
(setq saved-yank-menu (copy-sequence yank-menu))
(menu-bar-update-yank-menu "(any string)" nil))
(setq key (read-key-sequence "Describe key (or click or menu item): "))
- (setq foo key)
(list
key
(prefix-numeric-value current-prefix-arg)
@@
-706,7
+705,6
@@
temporarily enables it to allow getting help on disabled items and buttons."
(prin1 defn)
(princ "\n which is ")
(describe-function-1 defn)
- (setq foo up-event)
(when up-event
(let ((type (event-basic-type up-event))
(hdr "\n\n-------------- up event ---------------\n\n")